home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 2 / Atari Mega Archive CD - Volume 2.iso / 8bit / cislib_a / head.doc < prev    next >
Text File  |  1995-04-22  |  459b  |  14 lines

  1. HEAD
  2.  
  3. Here is yet another nice little UNIX-like utility.  Head 
  4. inputs a filename and a number (n, for instance) from the 
  5. user, and then types the first n lines of that file to the 
  6. screen.  One use of head is to see the global CONSTants, 
  7. TYPEs, and VARiables at the beginning of the program without 
  8. entering the editor.
  9.  
  10. (HEAD.PAS should be renamed to HEAD.P after downloading, 
  11. after which time it may be compiled and run just like any 
  12. other program.)
  13.  
  14.